Waterfall<T>データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
| 名前 | 解説 |
| AltStyle | Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| AxisX | Gets or sets the x-axis for the series. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| AxisY | Gets or sets the y-axis for the series. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| Binding | Gets or sets the name of the property that contains Y values for the series. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| BindingX | Gets or sets the name of the property that contains X values for the series. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| ConnectorLines | Gets or sets a value that determines whether to show connector lines. |
| CssClass | Gets or sets the series CSS class. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| ExtraSeriesTypeName | オーバーライドされます。 Gets the series name. |
| IntermediateTotalLabels | Gets or sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties. |
| IntermediateTotalPositions | Gets or sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property. |
| InterpolateNulls | Gets or sets a value that determines whether to interpolate null values in the data. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| ItemFormatter | Gets or sets the itemFormatter client-side function name for specific series C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| ItemsSource | Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| Name | Gets or sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| OnClientRendered | Occurs when series is rendered. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| OnClientRendering | Occurs when series is rendering. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| RelativeData | Gets or sets a value that determines whether the given data is relative. |
| ShowIntermediateTotal | Gets or sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property. |
| ShowTotal | Gets or sets a value that determines whether the show the total bar. |
| Start | Gets or sets a value that determines the value of the start bar. If start is null, start bar will not show. |
| StartLabel | Gets or sets the label of the start bar. |
| Style | Gets or sets the series style. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| Styles | Gets or set the waterfall styles. |
| SymbolMarker | Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| SymbolSize | Gets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| SymbolStyle | Gets or sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| TooltipContent | Sets or Gets the tooltip content for specific chart series C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
| TotalLabel | Gets or sets the label of the total bar. |
| Visibility | Gets or sets an enumerated value indicating whether and where the series appears. C1.Web.Mvc.ChartSeriesBase<T>から継承されます。 |
トップ
参照